adTempus API
PreviousUpNext
IJobExecutionOptions::StepsToExecute Property

A collection specifying which steps should be executed.

C++
__property IJobSteps** StepsToExecute;
C#
IJobSteps** StepsToExecute;
Visual Basic
Property StepsToExecute() As IJobSteps**

 

Use this collection if you want to execute only some steps in the job. Add the steps you want to execute to this collection; only those steps will be executed. 

Leave this collection empty to execute all steps.

The order of steps in this collection will not affect their execution sequence: steps are executed in the order they are defined in the job.

adTempus API Reference version 3.0.0.0, revised 10/30/2008